spinbutton: Mind the step in the swipe gesture
authorCarlos Garnacho <carlosg@gnome.org>
Tue, 8 Jun 2021 13:09:37 +0000 (15:09 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Tue, 8 Jun 2021 13:18:14 +0000 (15:18 +0200)
commit915388cfdb23610e8128214cbb9a7e7248f72049
treed691f015543db4fd8a6199f2f43c8ee02c21bfb4
parent1bf7f5eacbbf6ba10207e27e0789ad797d80d96b
spinbutton: Mind the step in the swipe gesture

The swipe gesture forces values in the spin button that are
"impossible" according to the adjustment. This can break things
in creative ways.

Ensure the steps provided are always multiples of the adjustment
step value, and keep the remainder for further interaction.
gtk/gtkspinbutton.c